Skip to content

fix: drop OpenSSL dep for aarch64-linux builds#13

Merged
zacharyr0th merged 1 commit intomainfrom
fix/drop-openssl
Mar 3, 2026
Merged

fix: drop OpenSSL dep for aarch64-linux builds#13
zacharyr0th merged 1 commit intomainfrom
fix/drop-openssl

Conversation

@zacharyr0th
Copy link
Member

Sets default-features = false on reqwest to use rustls exclusively. Fixes aarch64-linux cross-compilation failure (openssl-sys can't find headers in zigbuild). Bumps to v0.2.3.

reqwest was pulling in native-tls (OpenSSL) by default alongside rustls.
Set default-features = false to use rustls exclusively, fixing the
aarch64-linux cross-compilation failure.

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
@vercel
Copy link

vercel bot commented Mar 3, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
perps-website Error Error Mar 3, 2026 8:43pm

Request Review

@zacharyr0th zacharyr0th merged commit 4dfa6c8 into main Mar 3, 2026
8 of 9 checks passed
@zacharyr0th zacharyr0th deleted the fix/drop-openssl branch March 3, 2026 20:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant